You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxExpr Class > MtxExpr Methods > RandGauss Method > MtxExpr.RandGauss Method (int, int, [In] TMtxFloatPrecision, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxExpr.RandGauss Method (int, int, [In] TMtxFloatPrecision, double, double)

Returns random values with gaussian distribution.

Syntax
C#
Visual Basic
public static Matrix RandGauss(int Rows, int Cols, [In] TMtxFloatPrecision FloatPrecision, double aMean, double AStdDev);

Internally calls Matrix.RandGauss

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!